ImageStorageHorizontal.resize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool resize(size_t newWidth, size_t newHeight)
    struct ImageStorageHorizontal(Color)
    @trusted shared
    bool
    resize
    (
    size_t newWidth
    ,
    size_t newHeight
    )
    if (
    isColor!Color
    )
  2. bool resize(size_t newWidth, size_t newHeight)
  3. size_t width_;
  4. size_t height_;

Meta